Skip to main content

cek-stok-akrab-circle


Cek Stok Akrabโ€‹

Gunakan endpoint ini untuk melihat Cek Stok Akrab.


๐Ÿงญ Endpointโ€‹

AtributNilai
URLhttps://api.hesda-store.com/v2/cek_stok_akrab?hesdastore={APIKEY}
MethodGET
AuthBasic Auth (Authorization: email & password)
Content-Typeapplication/json

๐Ÿ“ฅ Paramsโ€‹

NamaTipeWajibKeterangan
hesdastorestringโœ…API Key

๐Ÿงช Response JSON

Beberapa contoh response berdasarkan status transaksi:

{
"status": true,
"message": "Data ditemukan",
"data": [
{
"id": "xl_big_plus",
"show_name": "BIG Plus",
"stock": "0"
},
{
"id": "xl_only_v2",
"show_name": "Super Mini Promo",
"stock": "121"
},
{
"id": "xxl_rw_v2",
"show_name": "Super Jumbo",
"stock": "77"
},
{
"id": "xl_no_rw",
"show_name": "Mini",
"stock": "138"
},
{
"id": "xl_rw",
"show_name": "Big",
"stock": "200"
},
{
"id": "xxl_rw",
"show_name": "Jumbo",
"stock": "0"
},
{
"id": "xl_rw_mega",
"show_name": "Mega Big",
"stock": "87"
},
]
}